Define Transaction?
1281
12-Sep-2017
Updated on 19-Sep-2020
Sushant Mishra
12-Sep-2017Transaction is a single unit of work which means either ALL or NONE. If a transaction is successful, all of the data operations are committed or save and become a durable part of the database. If a transaction found an errors/exceptions then it must be canceled or rolled back, then all of the data modifications/operations need to be removed.